X-Git-Url: https://git.cyclocoop.org/%27.%24params%5B%27src%27%5D.%27?a=blobdiff_plain;f=www%2Fplugins-dist%2Ffiltres_images%2Fapple-touch-icon.png.html;h=683d8d53683f5d5522ac1bf933b48c8db199ce83;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hp=52baced79574f2f96098c37807ad82ec9c936190;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/filtres_images/apple-touch-icon.png.html b/www/plugins-dist/filtres_images/apple-touch-icon.png.html index 52baced..683d8d5 100644 --- a/www/plugins-dist/filtres_images/apple-touch-icon.png.html +++ b/www/plugins-dist/filtres_images/apple-touch-icon.png.html @@ -9,7 +9,7 @@ $file="[(#CHEMIN{apple-touch-icon[-(#ENV{size,''})].png}|sinon{[(#LOGO_SITE_SPIP |image_passe_partout{[(#ENV{size,57}|intval)],[(#ENV{size,57}|intval)]} |image_recadre{[(#ENV{size,57}|intval)],[(#ENV{size,57}|intval)],center} |image_aplatir{png,#ffffff}|extraire_attribut{src})]})]"; -if ($cl = filesize(preg_replace(',[?].*$,','',$file))) +if ($cl = filesize($file=preg_replace(',[?].*$,','',$file))) header("Content-Length: ". $cl); readfile($file);